home *** CD-ROM | disk | FTP | other *** search
/ BCI NET / BCI NET Dec 94.iso / archives / telecomm / terms / term-4.1-source.lha / Extras / Source / gtlayout-Source.lha / Glue / LT_Activ.asm next >
Encoding:
Assembly Source File  |  1994-07-28  |  221 b   |  19 lines

  1.     csect    text,0,0,1,2
  2.  
  3.     xdef    _LT_Activate
  4.  
  5. _LT_Activate:
  6.     move.l    a6,-(sp)
  7.     move.l    _GTLayoutBase(a4),a6
  8.     move.l    8(sp),a0
  9.     move.l    12(sp),d0
  10.     jsr    -174(a6)
  11.     move.l    (sp)+,a6
  12.     rts
  13.  
  14.     csect    __MERGED,DATA
  15.  
  16.     xref    _GTLayoutBase
  17.  
  18.     end
  19.